Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Aug 2, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

0xflotus and others added 30 commits September 27, 2023 23:08
PiperOrigin-RevId: 568971866
PiperOrigin-RevId: 568972897
1. First the simple version.
2. Then a more complex version.
   No trying to convert from LookupTable to TextVectorization layer.

PiperOrigin-RevId: 569214556
… conda

TF 2.14 supports `pip install
tensorflow[and-cuda]`, which should totally remove the need for miniconda in
the installation process.

The Miniconda instructions provided:

1. The CUDA libraries
2. A virtual Python environment

These new instructions _only_ provide the CUDA libraries, not a virtual
environment. This is consistent with the CPU installation methods.

PiperOrigin-RevId: 569336143
…-built Clang+LLVM-16 binaries during the building TensorFlow from source.

PiperOrigin-RevId: 570107458
…on first usage, rather than second; add transition sentence to mixed data types section.

PiperOrigin-RevId: 572711158
Added 2 lines of code `import keras`,
`@keras.saving.register_keras_serializable()` on top of the Keras Custom model definition because it shows typeerror - "Make sure custom classes are decorated with `@keras.saving.register_keras_serializable()`" after reloading the model when saving as `.keras`.

As mentioned in this Saving [Custom objects](https://www.tensorflow.org/guide/keras/serialization_and_saving#custom_objects) definition.

Please refer to this replicated working code [gist](https://colab.research.google.com/gist/RenuPatelGoogle/f124503c52144c5ed6e9c79cffcb593d/intro_to_modules.ipynb#scrollTo=hpW-4Dj3Q1Rb) for your reference. Thank you.
Added keras import on top of the code.
PiperOrigin-RevId: 574223535
PiperOrigin-RevId: 574815004
In the boundless.ipynb file in the section: "Loading an image" there is a typo in the description: "We will load a sample image but fell free to upload your own image to the colab and try with it." but it should be "We will load a sample image but feel free to upload your own image to the colab and try with it."
the change is from "fell" to the corrected "feel"
tensorflower-gardener and others added 30 commits March 5, 2025 18:47
PiperOrigin-RevId: 733943464
The tag `latest` has been deprecated by NVIDIA:
NVIDIA/nvidia-container-toolkit#302 (comment)
Therefore, the provided command is deprecated:
`docker run --gpus all --rm nvidia/cuda nvidia-smi`
Unable to find image 'nvidia/cuda:latest' locally
docker: Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
sudo docker run --gpus all --rm nvidia/cuda nvidia-smi
Unable to find image 'nvidia/cuda:latest' locally
docker: Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
Updated command found here:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/sample-workload.html#running-a-sample-workload-with-docker
Remove sudo

Co-authored-by: Mihai Maruseac <mihai.maruseac@gmail.com>
Fix broken Microsoft VC++ link
PiperOrigin-RevId: 827511371
PiperOrigin-RevId: 830981382
… invalid escape sequence.

PiperOrigin-RevId: 839358055
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.